TSTP Solution File: DAT334^19 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : DAT334^19 : TPTP v8.1.0. Released v8.1.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n011.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sat Jul 16 01:03:48 EDT 2022

% Result   : Theorem 0.20s 0.40s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   38
% Syntax   : Number of formulae    :   96 (  37 unt;  24 typ;  10 def)
%            Number of atoms       :  399 ( 102 equ;   0 cnn)
%            Maximal formula atoms :   10 (   5 avg)
%            Number of connectives :  766 ( 202   ~;  98   |;   4   &; 457   @)
%                                         (   1 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   3 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   64 (  64   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   26 (  23 usr;  10 con; 0-3 aty)
%            Number of variables   :  119 (  29   ^  87   !;   3   ?; 119   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_mworld,type,
    mworld: $tType ).

thf(tp_cs,type,
    cs: $i ).

thf(tp_eiw_di,type,
    eiw_di: $i > mworld > $o ).

thf(tp_john,type,
    john: $i ).

thf(tp_mactual,type,
    mactual: mworld ).

thf(tp_mand,type,
    mand: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(tp_mary,type,
    mary: $i ).

thf(tp_math,type,
    math: $i ).

thf(tp_mbox,type,
    mbox: ( mworld > $o ) > mworld > $o ).

thf(tp_mdia,type,
    mdia: ( mworld > $o ) > mworld > $o ).

thf(tp_mequiv,type,
    mequiv: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(tp_mexists_di,type,
    mexists_di: ( $i > mworld > $o ) > mworld > $o ).

thf(tp_mforall_di,type,
    mforall_di: ( $i > mworld > $o ) > mworld > $o ).

thf(tp_mimplies,type,
    mimplies: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(tp_mlocal,type,
    mlocal: ( mworld > $o ) > $o ).

thf(tp_mnot,type,
    mnot: ( mworld > $o ) > mworld > $o ).

thf(tp_mor,type,
    mor: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(tp_mrel,type,
    mrel: mworld > mworld > $o ).

thf(tp_psych,type,
    psych: $i ).

thf(tp_sK1_X,type,
    sK1_X: mworld > $i ).

thf(tp_sK2_SX0,type,
    sK2_SX0: mworld ).

thf(tp_sK3_SY2,type,
    sK3_SY2: mworld > $i ).

thf(tp_sue,type,
    sue: $i ).

thf(tp_teach,type,
    teach: $i > $i > mworld > $o ).

thf(mand,definition,
    ( mand
    = ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
          ( ( A @ W )
          & ( B @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mand) ).

thf(mbox,definition,
    ( mbox
    = ( ^ [Phi: mworld > $o,W: mworld] :
        ! [V: mworld] :
          ( ( mrel @ W @ V )
         => ( Phi @ V ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mbox) ).

thf(mdia,definition,
    ( mdia
    = ( ^ [Phi: mworld > $o,W: mworld] :
        ? [V: mworld] :
          ( ( mrel @ W @ V )
          & ( Phi @ V ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mdia) ).

thf(mequiv,definition,
    ( mequiv
    = ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
          ( ( A @ W )
        <=> ( B @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mequiv) ).

thf(mexists_di,definition,
    ( mexists_di
    = ( ^ [A: $i > mworld > $o,W: mworld] :
        ? [X: $i] :
          ( ( eiw_di @ X @ W )
          & ( A @ X @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mexists_di) ).

thf(mforall_di,definition,
    ( mforall_di
    = ( ^ [A: $i > mworld > $o,W: mworld] :
        ! [X: $i] :
          ( ( eiw_di @ X @ W )
         => ( A @ X @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mforall_di) ).

thf(mimplies,definition,
    ( mimplies
    = ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
          ( ( A @ W )
         => ( B @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mimplies) ).

thf(mlocal,definition,
    ( mlocal
    = ( ^ [Phi: mworld > $o] : ( Phi @ mactual ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mlocal) ).

thf(mnot,definition,
    ( mnot
    = ( ^ [A: mworld > $o,W: mworld] :
          ~ ( A @ W ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mnot) ).

thf(mor,definition,
    ( mor
    = ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
          ( ( A @ W )
          | ( B @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mor) ).

thf(1,axiom,
    ( mlocal
    @ ( mbox
      @ ( mand @ ( teach @ john @ math )
        @ ( mand
          @ ( mexists_di
            @ ^ [X: $i] : ( teach @ X @ cs ) )
          @ ( mand @ ( teach @ mary @ psych ) @ ( teach @ sue @ psych ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',db) ).

thf(2,axiom,
    ! [W: mworld,V: mworld,X: $i] :
      ( ( ( eiw_di @ X @ W )
        & ( mrel @ V @ W ) )
     => ( eiw_di @ X @ V ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eiw_di_decr) ).

thf(3,axiom,
    ! [W: mworld] :
    ? [X: $i] : ( eiw_di @ X @ W ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eiw_di_nonempty) ).

thf(4,conjecture,
    ( mlocal
    @ ( mbox
      @ ( mexists_di
        @ ^ [X: $i] : ( teach @ X @ cs ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',query) ).

thf(5,negated_conjecture,
    ( ( mlocal
      @ ( mbox
        @ ( mexists_di
          @ ^ [X: $i] : ( teach @ X @ cs ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[4]) ).

thf(6,plain,
    ( ( ~ ( mlocal
          @ ( mbox
            @ ( mexists_di
              @ ^ [X: $i] : ( teach @ X @ cs ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[5]) ).

thf(7,plain,
    ( ( ! [W: mworld,V: mworld,X: $i] :
          ( ~ ( eiw_di @ X @ W )
          | ~ ( mrel @ V @ W )
          | ( eiw_di @ X @ V ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[2]) ).

thf(8,plain,
    ( ( ! [W: mworld] : ( eiw_di @ ( sK1_X @ W ) @ W ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[3]) ).

thf(9,plain,
    ( ( ! [W: mworld] : ( eiw_di @ ( sK1_X @ W ) @ W ) )
    = $true ),
    inference(copy,[status(thm)],[8]) ).

thf(10,plain,
    ( ( ! [W: mworld,V: mworld,X: $i] :
          ( ~ ( eiw_di @ X @ W )
          | ~ ( mrel @ V @ W )
          | ( eiw_di @ X @ V ) ) )
    = $true ),
    inference(copy,[status(thm)],[7]) ).

thf(11,plain,
    ( ( mlocal
      @ ( mbox
        @ ( mand @ ( teach @ john @ math )
          @ ( mand
            @ ( mexists_di
              @ ^ [X: $i] : ( teach @ X @ cs ) )
            @ ( mand @ ( teach @ mary @ psych ) @ ( teach @ sue @ psych ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[1]) ).

thf(12,plain,
    ( ( ~ ( mlocal
          @ ( mbox
            @ ( mexists_di
              @ ^ [X: $i] : ( teach @ X @ cs ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[6]) ).

thf(13,plain,
    ( ( ~ ! [SX0: mworld] :
            ( ~ ( mrel @ mactual @ SX0 )
            | ~ ! [SX1: $i] :
                  ~ ~ ( ~ ( eiw_di @ SX1 @ SX0 )
                      | ~ ( teach @ SX1 @ cs @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12,mand,mbox,mdia,mequiv,mexists_di,mforall_di,mimplies,mlocal,mnot,mor]) ).

thf(14,plain,
    ( ( ! [SX0: mworld] :
          ( ~ ( mrel @ mactual @ SX0 )
          | ~ ( ~ ( teach @ john @ math @ SX0 )
              | ~ ~ ( ~ ~ ! [SX1: $i] :
                            ~ ~ ( ~ ( eiw_di @ SX1 @ SX0 )
                                | ~ ( teach @ SX1 @ cs @ SX0 ) )
                    | ~ ~ ( ~ ( teach @ mary @ psych @ SX0 )
                          | ~ ( teach @ sue @ psych @ SX0 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11,mand,mbox,mdia,mequiv,mexists_di,mforall_di,mimplies,mlocal,mnot,mor]) ).

thf(15,plain,
    ! [SV1: mworld] :
      ( ( eiw_di @ ( sK1_X @ SV1 ) @ SV1 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[9]) ).

thf(16,plain,
    ! [SV2: mworld] :
      ( ( ! [SY0: mworld,SY1: $i] :
            ( ~ ( eiw_di @ SY1 @ SV2 )
            | ~ ( mrel @ SY0 @ SV2 )
            | ( eiw_di @ SY1 @ SY0 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[10]) ).

thf(17,plain,
    ( ( ! [SX0: mworld] :
          ( ~ ( mrel @ mactual @ SX0 )
          | ~ ! [SX1: $i] :
                ~ ~ ( ~ ( eiw_di @ SX1 @ SX0 )
                    | ~ ( teach @ SX1 @ cs @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[13]) ).

thf(18,plain,
    ! [SV3: mworld] :
      ( ( ~ ( mrel @ mactual @ SV3 )
        | ~ ( ~ ( teach @ john @ math @ SV3 )
            | ~ ~ ( ~ ~ ! [SY2: $i] :
                          ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                              | ~ ( teach @ SY2 @ cs @ SV3 ) )
                  | ~ ~ ( ~ ( teach @ mary @ psych @ SV3 )
                        | ~ ( teach @ sue @ psych @ SV3 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[14]) ).

thf(19,plain,
    ! [SV4: mworld,SV2: mworld] :
      ( ( ! [SY3: $i] :
            ( ~ ( eiw_di @ SY3 @ SV2 )
            | ~ ( mrel @ SV4 @ SV2 )
            | ( eiw_di @ SY3 @ SV4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[16]) ).

thf(20,plain,
    ( ( ~ ( mrel @ mactual @ sK2_SX0 )
      | ~ ! [SY4: $i] :
            ~ ~ ( ~ ( eiw_di @ SY4 @ sK2_SX0 )
                | ~ ( teach @ SY4 @ cs @ sK2_SX0 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[17]) ).

thf(21,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( mrel @ mactual @ SV3 ) )
        = $true )
      | ( ( ~ ( ~ ( teach @ john @ math @ SV3 )
              | ~ ~ ( ~ ~ ! [SY2: $i] :
                            ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                                | ~ ( teach @ SY2 @ cs @ SV3 ) )
                    | ~ ~ ( ~ ( teach @ mary @ psych @ SV3 )
                          | ~ ( teach @ sue @ psych @ SV3 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[18]) ).

thf(22,plain,
    ! [SV4: mworld,SV2: mworld,SV5: $i] :
      ( ( ~ ( eiw_di @ SV5 @ SV2 )
        | ~ ( mrel @ SV4 @ SV2 )
        | ( eiw_di @ SV5 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[19]) ).

thf(23,plain,
    ( ( ~ ( mrel @ mactual @ sK2_SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[20]) ).

thf(24,plain,
    ( ( ~ ! [SY4: $i] :
            ~ ~ ( ~ ( eiw_di @ SY4 @ sK2_SX0 )
                | ~ ( teach @ SY4 @ cs @ sK2_SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[20]) ).

thf(25,plain,
    ! [SV3: mworld] :
      ( ( ( mrel @ mactual @ SV3 )
        = $false )
      | ( ( ~ ( ~ ( teach @ john @ math @ SV3 )
              | ~ ~ ( ~ ~ ! [SY2: $i] :
                            ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                                | ~ ( teach @ SY2 @ cs @ SV3 ) )
                    | ~ ~ ( ~ ( teach @ mary @ psych @ SV3 )
                          | ~ ( teach @ sue @ psych @ SV3 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[21]) ).

thf(26,plain,
    ! [SV4: mworld,SV2: mworld,SV5: $i] :
      ( ( ( ~ ( eiw_di @ SV5 @ SV2 )
          | ~ ( mrel @ SV4 @ SV2 ) )
        = $true )
      | ( ( eiw_di @ SV5 @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[22]) ).

thf(27,plain,
    ( ( mrel @ mactual @ sK2_SX0 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[23]) ).

thf(28,plain,
    ( ( ! [SY4: $i] :
          ~ ~ ( ~ ( eiw_di @ SY4 @ sK2_SX0 )
              | ~ ( teach @ SY4 @ cs @ sK2_SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[24]) ).

thf(29,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( teach @ john @ math @ SV3 )
          | ~ ~ ( ~ ~ ! [SY2: $i] :
                        ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                            | ~ ( teach @ SY2 @ cs @ SV3 ) )
                | ~ ~ ( ~ ( teach @ mary @ psych @ SV3 )
                      | ~ ( teach @ sue @ psych @ SV3 ) ) ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[25]) ).

thf(30,plain,
    ! [SV4: mworld,SV2: mworld,SV5: $i] :
      ( ( ( ~ ( eiw_di @ SV5 @ SV2 ) )
        = $true )
      | ( ( ~ ( mrel @ SV4 @ SV2 ) )
        = $true )
      | ( ( eiw_di @ SV5 @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[26]) ).

thf(31,plain,
    ! [SV6: $i] :
      ( ( ~ ~ ( ~ ( eiw_di @ SV6 @ sK2_SX0 )
              | ~ ( teach @ SV6 @ cs @ sK2_SX0 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[28]) ).

thf(32,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( teach @ john @ math @ SV3 ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[29]) ).

thf(33,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ~ ( ~ ~ ! [SY2: $i] :
                        ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                            | ~ ( teach @ SY2 @ cs @ SV3 ) )
                | ~ ~ ( ~ ( teach @ mary @ psych @ SV3 )
                      | ~ ( teach @ sue @ psych @ SV3 ) ) ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[29]) ).

thf(34,plain,
    ! [SV4: mworld,SV2: mworld,SV5: $i] :
      ( ( ( eiw_di @ SV5 @ SV2 )
        = $false )
      | ( ( ~ ( mrel @ SV4 @ SV2 ) )
        = $true )
      | ( ( eiw_di @ SV5 @ SV4 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[30]) ).

thf(35,plain,
    ! [SV6: $i] :
      ( ( ~ ( ~ ( eiw_di @ SV6 @ sK2_SX0 )
            | ~ ( teach @ SV6 @ cs @ sK2_SX0 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[31]) ).

thf(36,plain,
    ! [SV3: mworld] :
      ( ( ( teach @ john @ math @ SV3 )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[32]) ).

thf(37,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( ~ ~ ! [SY2: $i] :
                      ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                          | ~ ( teach @ SY2 @ cs @ SV3 ) )
              | ~ ~ ( ~ ( teach @ mary @ psych @ SV3 )
                    | ~ ( teach @ sue @ psych @ SV3 ) ) ) )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[33]) ).

thf(38,plain,
    ! [SV5: $i,SV2: mworld,SV4: mworld] :
      ( ( ( mrel @ SV4 @ SV2 )
        = $false )
      | ( ( eiw_di @ SV5 @ SV2 )
        = $false )
      | ( ( eiw_di @ SV5 @ SV4 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[34]) ).

thf(39,plain,
    ! [SV6: $i] :
      ( ( ~ ( eiw_di @ SV6 @ sK2_SX0 )
        | ~ ( teach @ SV6 @ cs @ sK2_SX0 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[35]) ).

thf(40,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ~ ! [SY2: $i] :
                  ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                      | ~ ( teach @ SY2 @ cs @ SV3 ) )
          | ~ ~ ( ~ ( teach @ mary @ psych @ SV3 )
                | ~ ( teach @ sue @ psych @ SV3 ) ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(41,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( eiw_di @ SV6 @ sK2_SX0 ) )
        = $true )
      | ( ( ~ ( teach @ SV6 @ cs @ sK2_SX0 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[39]) ).

thf(42,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ~ ! [SY2: $i] :
                  ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                      | ~ ( teach @ SY2 @ cs @ SV3 ) ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[40]) ).

thf(43,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ~ ( ~ ( teach @ mary @ psych @ SV3 )
                | ~ ( teach @ sue @ psych @ SV3 ) ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[40]) ).

thf(44,plain,
    ! [SV6: $i] :
      ( ( ( eiw_di @ SV6 @ sK2_SX0 )
        = $false )
      | ( ( ~ ( teach @ SV6 @ cs @ sK2_SX0 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[41]) ).

thf(45,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ! [SY2: $i] :
                ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                    | ~ ( teach @ SY2 @ cs @ SV3 ) ) )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[42]) ).

thf(46,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( ~ ( teach @ mary @ psych @ SV3 )
              | ~ ( teach @ sue @ psych @ SV3 ) ) )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[43]) ).

thf(47,plain,
    ! [SV6: $i] :
      ( ( ( teach @ SV6 @ cs @ sK2_SX0 )
        = $false )
      | ( ( eiw_di @ SV6 @ sK2_SX0 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[44]) ).

thf(48,plain,
    ! [SV3: mworld] :
      ( ( ( ! [SY2: $i] :
              ~ ~ ( ~ ( eiw_di @ SY2 @ SV3 )
                  | ~ ( teach @ SY2 @ cs @ SV3 ) ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[45]) ).

thf(49,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( teach @ mary @ psych @ SV3 )
          | ~ ( teach @ sue @ psych @ SV3 ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[46]) ).

thf(50,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ~ ( ~ ( eiw_di @ ( sK3_SY2 @ SV3 ) @ SV3 )
                | ~ ( teach @ ( sK3_SY2 @ SV3 ) @ cs @ SV3 ) ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_forall_neg,[status(esa)],[48]) ).

thf(51,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( teach @ mary @ psych @ SV3 ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[49]) ).

thf(52,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( teach @ sue @ psych @ SV3 ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[49]) ).

thf(53,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( ~ ( eiw_di @ ( sK3_SY2 @ SV3 ) @ SV3 )
              | ~ ( teach @ ( sK3_SY2 @ SV3 ) @ cs @ SV3 ) ) )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[50]) ).

thf(54,plain,
    ! [SV3: mworld] :
      ( ( ( teach @ mary @ psych @ SV3 )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[51]) ).

thf(55,plain,
    ! [SV3: mworld] :
      ( ( ( teach @ sue @ psych @ SV3 )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[52]) ).

thf(56,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( eiw_di @ ( sK3_SY2 @ SV3 ) @ SV3 )
          | ~ ( teach @ ( sK3_SY2 @ SV3 ) @ cs @ SV3 ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[53]) ).

thf(57,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( eiw_di @ ( sK3_SY2 @ SV3 ) @ SV3 ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[56]) ).

thf(58,plain,
    ! [SV3: mworld] :
      ( ( ( ~ ( teach @ ( sK3_SY2 @ SV3 ) @ cs @ SV3 ) )
        = $false )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[56]) ).

thf(59,plain,
    ! [SV3: mworld] :
      ( ( ( eiw_di @ ( sK3_SY2 @ SV3 ) @ SV3 )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[57]) ).

thf(60,plain,
    ! [SV3: mworld] :
      ( ( ( teach @ ( sK3_SY2 @ SV3 ) @ cs @ SV3 )
        = $true )
      | ( ( mrel @ mactual @ SV3 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[58]) ).

thf(61,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[15,60,59,55,54,47,38,36,27]) ).

thf(62,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[61]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : DAT334^19 : TPTP v8.1.0. Released v8.1.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n011.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Fri Jul  1 17:00:34 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  
% 0.12/0.35   No.of.Axioms: 3
% 0.12/0.35  
% 0.12/0.35   Length.of.Defs: 1613
% 0.12/0.35  
% 0.12/0.35   Contains.Choice.Funs: false
% 0.12/0.36  (rf:0,axioms:3,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:5,loop_count:0,foatp_calls:0,translation:fof_full)..
% 0.20/0.40  
% 0.20/0.40  ********************************
% 0.20/0.40  *   All subproblems solved!    *
% 0.20/0.40  ********************************
% 0.20/0.40  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:3,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:61,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.40  
% 0.20/0.40  %**** Beginning of derivation protocol ****
% 0.20/0.40  % SZS output start CNFRefutation
% See solution above
% 0.20/0.40  
% 0.20/0.40  %**** End of derivation protocol ****
% 0.20/0.40  %**** no. of clauses in derivation: 62 ****
% 0.20/0.40  %**** clause counter: 61 ****
% 0.20/0.40  
% 0.20/0.40  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:3,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:61,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------